@charset "UTF-8";
/* CSS Document */

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color: #461D7C;
  border: 1px solid #34155C;
  border-radius: 5px;
}
.nav-justified > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	color: #FCCF22;
	text-align: center;
	background-color: #461D7C; /* Old browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
	background-image: -webkit-linear-gradient(90deg,rgba(52,21,92,1.00) 0%,rgba(70,29,124,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(52,21,92,1.00) 0%,rgba(70,29,124,1.00) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #f5f5f5), to(#e5e5e5));
	background-image: -moz-linear-gradient(90deg,rgba(52,21,92,1.00) 0%,rgba(70,29,124,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(52,21,92,1.00) 0%,rgba(70,29,124,1.00) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	background-repeat: repeat-x; /* Repeat the gradient */
	border-bottom: 1px solid #d5d5d5;
}
.nav-justified > li > a:hover, .nav-justified > li > a:focus {
	background-color: #F3F2F1;
	color: #461D7C;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(243,242,241,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(243,242,241,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(243,242,241,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(243,242,241,1.00) 100%);
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
	color: #461D7C;
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 32px;
  }
  .nav-justified > li > a {

  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
  .nav-justified > li > a {
  border-bottom: none;
}
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

/*
     FILE ARCHIVED ON 23:35:16 Jun 26, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:58:31 Feb 05, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 91.962
  exclusion.robots: 0.118
  exclusion.robots.policy: 0.107
  cdx.remote: 0.087
  esindex: 0.011
  LoadShardBlock: 32.226 (3)
  PetaboxLoader3.datanode: 51.995 (5)
  CDXLines.iter: 22.336 (3)
  load_resource: 177.619 (2)
  PetaboxLoader3.resolve: 67.771 (2)
*/